Interface ICallGateProvider<T1, T2, T3, T4, TRet>
The backing interface for the provider ("server") half of an IPC channel. This interface is used to expose methods to other plugins via RPC, as well as to allow other plugins to subscribe to notifications from this plugin.
Assembly: Dalamud.dll
View Source
Declaration
public interface ICallGateProvider<T1, T2, T3, T4, TRet> : ICallGateProvider